Problem Note 2508: PROC GPLOT with relatively small values might cause the AREAS= option to fill the entire axis frame
The AREAS= option specified in the PLOT statement of the GPLOT procedure might produce an incorrect fill if the line that is being filled has very small values relative to the axis range. For example, a plot line with all of its values less than 0.1 might exhibit this behavior if the axis range is 0 to 15,000. Instead of being very small, the fill area might extend beyond the plot line and fill the entire axis frame. The problem appears to be data dependent.
To circumvent the problem, specify the NOPCLIP, NOPOLYGONCLIP, and NOPOLYGONFILL options in a GOPTIONS statement. For example:
goptions nopclip nopolygonclip nopolygonfill;
Operating System and Release Information
SAS System | SAS/GRAPH | Solaris | 8 TS M0 | 9.3 TS1M2 |
OpenVMS VAX | 8 TS M0 | 9.3 TS1M2 |
Microsoft Windows 95/98 | 8 TS M0 | |
64-bit Enabled Solaris | 8 TS M0 | 9.3 TS1M2 |
HP-UX | 8 TS M0 | 9.3 TS1M2 |
z/OS | 8 TS M0 | 9.3 TS1M2 |
OS/2 | 8 TS M0 | |
64-bit Enabled HP-UX | 8 TS M0 | 9.3 TS1M2 |
64-bit Enabled AIX | 8 TS M0 | 9.3 TS1M2 |
OpenVMS Alpha | 8 TS M0 | 9.3 TS1M2 |
Microsoft Windows NT Workstation | 8 TS M0 | |
CMS | 8 TS M0 | 9.3 TS1M2 |
Tru64 UNIX | 8 TS M0 | 9.3 TS1M2 |
AIX | 8 TS M0 | 9.3 TS1M2 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
PROC GPLOT with relatively small values might cause the AREAS= option to fill the entire axis frame.
Type: | Problem Note |
Priority: | medium |
Topic: | SAS Reference ==> Procedures ==> GPLOT
|
Date Modified: | 2000-04-25 10:38:11 |
Date Created: | 2000-04-25 10:38:11 |